FileXmit_Send.WAS
FileXmit_Receive.WAS
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
FileXmit_Send uploads a series of files to a remote computer.

FileXmit_Receive downloads a series of files from a remote
computer.

Both scripts are designed to work with prompts issued by a 
specific host.  The file transfer protocol used for both scripts
is XMODEM. 


Customization
-------------
Using the Procomm Plus ASPECT editor:

FileXmit_Send.WAS:
*To set the Host number to dial, edit line 27.
*To set the Login Name, edit line 28.
*To set the Password, edit line 29.
*To set the 1st path/file to upload, edit line 30.
*To set the 2nd path/file to upload, edit line 31.
*To set the 3rd path/file to upload, edit line 32.
*To set the number of files to upload, edit line 33.
*To set the carriage return character, edit line 34.

*FileXmit_Send is set to automatically exit Procomm Plus
when the script finishes processing.  To keep the script
from exiting Procomm Plus automatically, remove the
command "pwexit" from line 218.

FileXmit_Receive.WAS:
*To set the Host number to dial, edit line 27.
*To set the Login Name, edit line 28.
*To set the Password, edit line 29.
*To set the 1st file to download, edit line 30.
*To set the 2nd file to download, edit line 31.
*To set the 3rd file to download, edit line 32.
*To set the number of files to download, edit line 33.
*To set the carriage return character, edit line 34.

*FileXmit_Receive is set to automatically exit Procomm Plus
when the script finishes processing.  To keep the script
from exiting Procomm Plus automatically, remove the
command "pwexit" from line 224.


How do I install FileXmit_Send.WAX and FileXmit_Receive.WAX?
------------------------------------------------------------
Copy FileXmit_Send.WAS and FileXmit_Receive.WAS to your
ASPECT directory and compile them by selecting
Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run FileXmit_Send.WAX and FileXmit_Receive.WAX?
-------------------------------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select FileXmit_Send or FileXmit_Receive.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select FileXmit_Send.WAX or FileXmit_Receive.WAX.
4)  Click on Open.

NOTE:  If FileXmit_Send.WAX or FileXmit_Receive.WAX
       does not appear in the Script File drop down 
       list, you might have a different default ASPECT path.
       To change the path, go to Options | Data Options | Paths
       and change the path to PROGRAM FILES\PROCOMM PLUS\ASPECT
       directory.

